home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
10,000 Great Games
/
10,000 Great Games.iso
/
Product
/
243
/
RiskIt11.inf
< prev
next >
Wrap
Windows Setup INFormation
|
1997-11-14
|
3KB
|
113 lines
; RISKIT11.INF
;
; This is the Setup information file to install Nessysoft
; RiskIt 1.1 for Windows 95 and NT to the Windows directory.
;
; Copyright (c) 1997 Nessysoft
;
; For more information or Windows 3.x install, please read
; the readme.txt file or check to download the actual version
; form http://www.ping.at/nessysoft
;
; (This inf-file was inspired by an article of Michael Tr÷ger in
; the computer magazine c┤t 13/1997, page 294+ about utilizing
; inf-files for the installation of programs)
[version]
signature="$CHICAGO$"
;Installation of Nessysoft RiskIt under Windows 95
[DefaultInstall]
CopyFiles=Files_INF, Files_WIN, Files_SYS
AddReg=Registry, Registry_Run, Registry_Uninstall
UpdateInis=Symbols_Create
;Installation of Nessysoft RiskIt under Windows NT
[DefaultInstall.ntx86]
CopyFiles=Files_INF, Files_WIN, Files_SYS
AddReg=Registry, Registry_Run, Registry_Uninstall
UpdateInis=Symbol_Create
;Deinstallation of Nessysoft RiskIt under Windows 95
;delete created *.hlp files by using the files_help_auto section
[DefaultUninstall]
DelReg=Registry,Registry_Run,Registry_Uninstall,Registry_RemovePath
UpdateInis=Symbols_Remove
DelFiles=Files_INF, Files_WIN, Files_HLP_Auto ;, Files_SYS ; don┤t delete to be on the save side
;INF-File is necessary to enable the deinstallation
[Files_INF]
RiskIt11.inf
;Nessysoft RiskIt program files
[FILES_WIN]
RiskIt.exe
RiskIt.hlp
RiskIt.ini
readme.txt
File_id.diz
Vendor.txt
;System files
[Files_SYS]
ctl3d.dll
;automatically created help files, problem and registration files
[Files_HLP_Auto]
riskit.gid
riskit.fts
registr.txt
problem.txt
;destination directories
[DestinationDirs]
Files_WIN=10 ;\Windows
Files_INF=17 ;\Windows\Inf
Files_HLP_Auto=10 ;\Windows (as Files_WIN)
Files_SYS=11 ;\Windows\System
;Source of the installation files
[SourceDisksNames]
1="%01%",,1
;Program entries in the registry
[Registry]
HKCU,"%RegPath%","DefaultDir",,"%10%" ; is the Windows directory
;run the readme.txt file during the installation
[Registry_Run]
HKLM,"%Reg_Path_Run%", "displaying README.TXT ...",,"%10%\notepad.exe %10%\readme.txt"
;remove paths during a deinstallation
[Registry_RemovePath]
HKCU,"Software\Nessysoft",,,
;Registry-entries for Windows 95
[Registry_Uninstall]
HKLM,%UnInstallPath%,DisplayName,,"Nessysoft RiskIt 1.1 (Win95)"
HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\RiskIt11.inf"
;Registry-entries for Windows NT
[Registry_Uninstall_NT]
HKLM,%UnInstallPath%,DisplayName,,"Nessysoft RiskIt 1.1 (WinNT)"
HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi.dll,InstallHinfSection DefaulUninstall 132 %17%\RiskIt11.inf"
;Create the symbols
[Symbols_Create]
setup.ini, progman.groups,, "group1=Nessysoft"
setup.ini, group1,,""RiskIt 1.1", "%10%\RiskIt.exe""
;Remove the symbols
[Symbols_Remove]
setup.ini, progman.groups,,"group1=Nessysoft"
setup.ini, group1,,""RiskIt 1.1""
;Constants
[Strings]
Reg_Path="Software\Nessysoft\RiskIt 1.1"
Reg_Path_Run="Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup"
UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\Nessysoft RiskIt 1.1"
;(c) Nessysoft 1997
;script adapted by Gottfried A. Nestyak